| От | Tim Gardner |
|---|---|
| Тема | Re: performance of insert/delete/update |
| Дата | |
| Msg-id | p05111b10ba0872da9242@[192.168.1.4] обсуждение исходный текст |
| Ответ на | Re: performance of insert/delete/update ("scott.marlowe" <scott.marlowe@ihs.com>) |
| Ответы |
Re: performance of insert/delete/update
|
| Список | pgsql-performance |
>With Postgresql's implementation of MVCC, all your data are inserted in >real time, with a transaction date that makes the other clients ignore >them (mostly, other read committed transactions may or may not see them.) > >If there are indexes to update, they are updated in the same "invisible >until committed" way. > >All this means that your inserts don't block anyone else's reads as well. > >This means that when you commit, all postgresql does is make them visible. scott, Exactly the kind of explanation/understanding I was hoping for! Thank you! Tim
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера